home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page5 / 00136.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  73 b   |  7 lines

  1. on mouseUp
  2.   global eat
  3.   if eat = 0 then
  4.     go("monster")
  5.   end if
  6. end
  7.